a=function()
service.execute("Deslizar hacia arriba (toque directo)")
service.playSoundTick()
return true
end
b=function()
if service.isEditView(node) then
service.playSoundClock()
node = service.getEditText()
local cadena = node.text
local reemplazo = ""
cadena = string.gsub(cadena, "Compor mensagem", reemplazo) .. "\n"
service.setText(cadena)
else
service.playSoundClock()
end
return true
end
if service.click({
{
"com.whatsapp:id/voice_note_btn$100",
"%a",
}
})
return true
end
if service.click({
{
"%b",
"enviar$100",
}
})
return true
end
return true